projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea0bb97
)
(reporter-dump-variable): Fix error format string.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:18:35 +0000
(23:18 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:18:35 +0000
(23:18 +0000)
lisp/mail/reporter.el
patch
|
blob
|
history
diff --git
a/lisp/mail/reporter.el
b/lisp/mail/reporter.el
index 9e8925ea2453770551f03e2d0c8621b45d0d8877..1b7d40a14c7bfc707c8bae3774fb76515b78b694 100644
(file)
--- a/
lisp/mail/reporter.el
+++ b/
lisp/mail/reporter.el
@@
-217,7
+217,7
@@
composed.")
(mail-position-on-field "X-Reporter-Void-Vars-Found")
(end-of-line)
(insert (symbol-name varsym) " ")))
- (error (error))))
+ (error (error
""
))))
(defun reporter-dump-state (pkgname varlist pre-hooks post-hooks)
;; Dump the state of the mode specific variables.